Insert This code into between the <HEAD> tags of your HTML Page.
<script language="JavaScript1.2"> <!-- var head="display:''" function doit(header){ var head=header.style if (head.display=="none") head.display="" else head.display="none" } //--> </script>
Insert This code into between the <Body> tags of your HTML Page.
<h3 style="cursor:hand" onClick="doit(document.all[this.sourceIndex+1])">Header 1</h3> <span style="display:none" style="&{head};"><!--Put All Your Links in Right Here before the </span> tag you see below--> <p><a href="index.htm">Main Index </a></span></p> <h3 style="cursor:hand" onClick="doit(document.all[this.sourceIndex+1])">Header 2</h3> <span style="display:none" style="&{head};"> <p><a href="index.htm">Main Index </a></span></p>
1998 Copyright (C) Next Step Publishing All Rights Reserved